home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / VBASIC / MDBUTIL4.ZIP / DEMO.MDB / customer.json next >
Encoding:
JavaScript Object Notation  |  1996-12-24  |  459 b 

  1. {
  2.     "schema": {
  3.         "cust_ref": "Long Integer",
  4.         "cust_name": "Text (30)",
  5.         "cust_addr": "Text (120)",
  6.         "cust_pcode": "Text (10)",
  7.         "cust_tel": "Text (15)",
  8.         "cust_fax": "Text (15)"
  9.     },
  10.     "data": [
  11.         {
  12.             "cust_ref": 1,
  13.             "cust_name": "Mr John Smith",
  14.             "cust_addr": "123 Main Street",
  15.             "cust_pcode": "FY1 7YH",
  16.             "cust_tel": "01253 763138",
  17.             "cust_fax": "01253 763138"
  18.         },
  19.         {
  20.             "cust_ref": 2,
  21.             "cust_name": "Mr A Jones",
  22.             "cust_addr": "5 Fifth Avenue",
  23.             "cust_pcode": "FY4 6RD",
  24.             "cust_tel": "01253 403355",
  25.             "cust_fax": "01253 405633"
  26.         }
  27.     ]
  28. }